McSyncMode enumeration
Defines the way to synchronize.
Namespace: IntervalZero.KINGSTAR.Base
Assembly: IntervalZero.KINGSTAR.Base (in IntervalZero.KINGSTAR.Base.dll) Version: 4.4.0.0
Syntax
public enum McSyncMode
Public Enum McSyncMode
Members
Member name | Value | Description |
---|---|---|
mcShortest | 0 | The slave takes the shortest way to the target position. |
mcCatchUp | 1 | The slave moves fast to catch up the master. |
mcSlowDown | 2 | The slave moves slowly in sync with the master. |
See also